Developer Documentation

QuickTime 4 API Documentation

3D Graphics Programming with QuickDraw 3D 1.5.4

Previous | QD3D Book | Overview | Chapter Contents | Next |

Coordinate Axes

QuickDraw 3D provides constants for the three coordinate axes in a Cartesian coordinate system.

typedef enum TQ3Axis {
    kQ3AxisX,
    kQ3AxisY,
    kQ3AxisZ
} TQ3Axis;

Constant descriptions

kQ3AxisX
The x axis.
kQ3AxisY
The y axis.
kQ3AxisZ
The z axis.

© 1997 Apple Computer, Inc.

Previous | QD3D Book | Overview | Chapter Contents | Next |